home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / makv2_6.zip / MODEM.BAT < prev    next >
DOS Batch File  |  1993-06-30  |  1KB  |  46 lines

  1. @echo off
  2. if "%1" == "" goto inst
  3. if "%2" == "" goto inst
  4. echo %1 >> COM%2
  5. goto end
  6. :inst
  7. echo ╔═════════════════════════╗
  8. echo ║    Welcome to Color!    ║
  9. echo ║   All rights reserved   ║
  10. echo ║ (c)1992 MAK Industries  ║
  11. echo ╟─────────────────────────╢
  12. echo ║ Any sale, charging for, ║
  13. echo ║   or use of this file   ║
  14. echo ║  in any other way than  ║
  15. echo ║  Shareware is against   ║
  16. echo ║   the author's wishes   ║
  17. echo ╚═════════════════════════╝
  18. pause
  19. echo ╔═════════════════════════╗
  20. echo ║ To use ModemTalk type:  ║
  21. echo ║                         ║
  22. echo ║  MODEM [command] [COM#] ║
  23. echo ╚═════════════════════════╝
  24. pause
  25. :end
  26. echo ╔═════════════════════════╗
  27. echo ║ To insure more programs ║
  28. echo ║ come out for Shareware  ║
  29. echo ║  a registration fee of  ║
  30. echo ║   $5-$10 is asked for   ║
  31. echo ║ by all who continue to  ║
  32. echo ║   use these programs.   ║
  33. echo ║ If you do this you may  ║
  34. echo ║   recieve an updated    ║
  35. echo ║ version and maybe a few ║
  36. echo ║  other programs to try  ║
  37. echo ╟─────────────────────────╢
  38. echo ║  The address to send to ║
  39. echo ║          is.....        ║
  40. echo ║                         ║
  41. echo ║    Marc Kurtz           ║
  42. echo ║    c/o MAK Industries   ║
  43. echo ║    3-13th street        ║
  44. echo ║    Holbrook, NY 11741   ║
  45. echo ╚═════════════════════════╝
  46.